home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo.
- if exist a:\tcdboot.bat goto ok
- echo Please re-insert the diskette in drive A: and try again.
- goto exit
- :ok
- echo The following steps will make this diskette bootable for loading
- echo the TransCD CD-ROM device driver. Please make sure the diskette
- echo is NOT write-protected before proceeding.
- echo.
- pause
- a:
- cd \
- echo Creating boot diskette now ...
- if not exist command.com sys c: a:
- echo call a:\tcdgo %1 %2 > tcdload.bat
- echo.
- echo The bootable diskette has been created successfully.
- echo System will reboot shortly. If not, please reboot manually.
- tcd < tcd.inp > nul:
- :exit
-